3D Graphics Programming with QuickDraw 3D 1.5.4
Previous | QD3D Book | Overview | Chapter Contents | Next |
In binary metafiles, Uns64 is a 64-bit quantity; in text metafiles, it is represented by the following struct:
typedef struct Uns64 {
Uns32 hi
Uns32 lo
} Uns64
Previous | QD3D Book | Overview | Chapter Contents | Next |